salsa-ci: Disable build-time tests for now
authorSimon McVittie <smcv@debian.org>
Mon, 8 Jul 2019 17:30:18 +0000 (18:30 +0100)
committerSimon McVittie <smcv@debian.org>
Mon, 8 Jul 2019 17:30:55 +0000 (18:30 +0100)
They don't currently work in the salsa-ci infrastructure.

debian/changelog
debian/salsa-ci.yml

index 9c5d41e1e010c9b839b53bcc0c172be2047ecd59..28959029ac0ab7cfd2b3d888c2acadcbac78453f 100644 (file)
@@ -1,6 +1,8 @@
 ostree (2019.2-2) UNRELEASED; urgency=medium
 
   * d/salsa-ci.yml: Request standard CI on salsa.debian.org
+    - Disable build-time tests with DEB_BUILD_OPTIONS=nocheck for now:
+      they don't currently work in the salsa-ci infrastructure.
 
  -- Simon McVittie <smcv@debian.org>  Sun, 23 Jun 2019 20:07:33 +0100
 
index 0c22dc4373420a05999d6f9bc2235f73fc0ffa14..1ee604a778fcd7d364097807fe5db7d953e2fa8d 100644 (file)
@@ -1,3 +1,6 @@
 include:
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+variables:
+  DEB_BUILD_OPTIONS: 'nocheck'